content management

All posts tagged content management by Linux Bash
  • Posted on
    Featured Image
    When working with Linux systems, there are often times when you need to examine the contents of a software package without actually installing it. Whether you're a developer, system administrator, or a curious tech enthusiast, having the ability to peek inside package files is a valuable skill. In this article, we'll explore methods to extract package contents without installing them using different package managers such as apt, dnf, and zypper. APT (Advanced Package Tool) is the default package manager for Debian-based distributions. It utilizes .deb packages. To extract the contents of these packages, you don't use apt directly but rather the lower level tool dpkg. Steps: First, download the .deb package you want to inspect.
  • Posted on
    Featured Image
    In the dynamic world of web development, efficiency and simplicity often spell the difference between a project that’s merely functional and one that’s truly engaging. This is where Jekyll, a popular static site generator, comes into play. Jekyll turns your text into static websites and blogs, allowing you to focus on using simple markup languages like Markdown instead of getting bogged down with complex databases. Jekyll not only simplifies web development process but also optimises performance by generating static content. This blog is tailored for Linux users who want to harness the capabilities of Jekyll.
  • Posted on
    Featured Image
    Exploring Zola: The Fast, Reliable Static Site Generator for Linux In the bustling world of web development, static site generators have been gaining significant traction due to their simplicity, performance, and reliability. Among them, Zola stands out as a superb choice, particularly for users who are looking for a tool that integrates seamlessly with the Linux environment. Zola is written in Rust, which means it offers great execution speed and safety features, making it an attractive tool for building static websites and blogs. In this blog post, we'll dive into the easy steps to install Zola on various Linux distributions using different package managers and highlight its primary features and benefits.